home *** CD-ROM | disk | FTP | other *** search
/ Aminet 48 / Aminet 48 (2002)(GTI - Schatztruhe)[!][Apr 2002].iso / Aminet / util / sys / Mu680x0Libs.lha / Mu680x0Libs / Include / clib / 68040_protos.h next >
Encoding:
C/C++ Source or Header  |  2001-03-30  |  384 b   |  25 lines

  1. #ifndef  CLIB_68040_PROTOS_H
  2. #define  CLIB_68040_PROTOS_H
  3.  
  4. /*
  5. **      $VER: 68040_protos.h 40.2 (31.10.99)
  6. **      Includes Release 40.2
  7. **
  8. **      C prototypes.
  9. **
  10. **      © 1999 THOR-Software (Thomas Richter)
  11. **
  12. */
  13.  
  14. #ifndef EXEC_TYPES_H
  15. #include <exec/types.h>
  16. #endif
  17.  
  18. #ifndef LIBRARIES_68040_H
  19. #include <libraries/68040.h>
  20. #endif
  21.  
  22. ULONG FPUControl(ULONG flags,ULONG mask);
  23.  
  24. #endif
  25.